The MDEX Engine provides several methods for understanding why certain results were returned for a query so that you can determine how to tune search features to provide the desired results.
1) Why Match
2) Why Rank
3) Why Precedence Rule Fired
4) Word Interpretation
How to Enable query debugging features?
In ATG, use below component to return debugging information from the assembler.
$constructor.param[1].value=true
The relevant configuration for the individual cartridge handlers in the CRS reference application is shown below:
1) Results List — Why Match, Why Rank
whyRankEnabled=true
2) Refinement Menu — Why Precedence Rule Fired
whyPrecedenceRuleFired=true
3) Search Adjustments — Word Interpretation
showWordInterp=true